Find(Point) Method (WpfColoredObjects<T>)
Finds an object with specified location.
'Declaration
Public Function Find( _
ByVal As System.Windows.Point _
) As T
public T Find(
System.Windows.Point
)
public: T* Find(
System.Windows.Point
)
public:
T^ Find(
System.Windows.Point
)
Parameters
- point
- Location on object.
Return Value
Found object or null if object is not found.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5